OpenBuildings GenerativeComponents Help

SetRandomSeed

Provides a starting seed for the random number generator.

void SetRandomSeed(int n)

You should call this function if, and only if, you want successive calls of the Random function to return the same sequence of random values.